home *** CD-ROM | disk | FTP | other *** search
/ Workbench Add-On / Workbench Add-On - Volume 1.iso / BBS-Archive / Dev / ace23.lha / PRGS.lha / Misc / Task / taskvar.c < prev    next >
Text File  |  1994-09-09  |  99b  |  8 lines

  1.  
  2. /*
  3. ** A non-stack-allocated variable
  4. ** which is to be shared by two
  5. ** tasks.
  6. */
  7. long sharedvar;
  8.